.page18-section1 {
    background: white;
    padding: 140px 0 70px 0;
}

.page18-section1 .container {
    display: flex;
    flex-wrap: wrap;
    color: #343f52;
    align-items: center;
}

.page18-section1 .left {
    width: 50%;
}

.page18-section1 .left h3 {
    font-size: 22px;
    font-family: font3;
    color: var(--themeColor);
}

.page18-section1 .left h3 .iconfont {
    font-size: 22px;
    font-weight: bold;
    margin-right: 6px;
}

.page18-section1 .left h1 {
    font-size: 44px;
    font-family: font3;
    line-height: 1.25;
    margin-bottom: 25px;
    margin-top: 28px;
}

.page18-section1 .left .description {
    font-size: 21px;
    line-height: 1.5;
    padding-right: 50px;
    margin-bottom: 35px;
    color: #60697b;
    font-family: font2;
}

.page18-section1 .left .description2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}

.page18-section1 .left .description2 .yellow .iconfont {
    font-size: 14px;
    color: #fcc032;
}

.page18-section1 .left .description2 span {
    margin-right: 10px;
}

.page18-section1 .left form {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.page18-section1 .left form input {
    width: calc(100% - 150px);
    height: 52px;
    padding: 12px 20px;
    font-size: 16px;
    color: #343f52;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(8, 60, 130, .07);
}

.page18-section1 .left form input.active {
    padding: 20px 20px 4px;
}

.page18-section1 .left form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 52px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-family: font3;
    color: white;
    background: #219084;
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page18-section1 .left form button:hover {
    background: #1c7a70;
}

.page18-section1 .left form .placeholder {
    position: absolute;
    left: 20px;
    font-size: 15px;
    color: #959ca9;
    transition: all 0.3s ease;
    pointer-events: none;
}

.page18-section1 .left form input.active+.placeholder {
    transform: translateX(-10px) translateY(-12px) scale(0.8);
}

.page18-section1 .left .line {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: rgb(153, 153, 153);
}

.page18-section1 .left .line::before,
.page18-section1 .left .line::after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 1px;
    background: rgb(204, 204, 204);
}

.page18-section1 .left .line::before {
    left: 0;
}

.page18-section1 .left .line::after {
    right: 0;
}

.page18-section1 .left a.btn {
    box-shadow: rgba(30, 34, 40, 0.05) 0px 5px 15px 0px;
    height: 54px;
    width: 90%;
    padding: 0 24px;
    border-radius: 8px;
    background: white;
    color: var(--themeColor);
    font-size: 16px;
    font-family: font3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid var(--themeColor);
}

.page18-section1 .left a.btn:hover {
    transform: translateY(-4px);
    background: var(--themeColor);
    color: white;
}

.page18-section1 .left a.btn img {
    height: 30px;
    margin-right: 6px;
}

.page18-section1 .right {
    width: 50%;
}

.page18-section1 .right img {
    width: 100%;
    height: auto;
}

.page18-section2 {
    padding: 70px 0;
}

.page18-section2 .title {
    text-align: center;
    margin-bottom: 65px;
}

.page18-section2 .title h2 {
    font-size: 20px;
    line-height: 1.7;
    font-family: font3;
    font-weight: normal;
}

.page18-section2 .swiper-wrapper {
    transition-timing-function: linear;
}

.page18-section3 {
    padding: 50px 0 100px;
    background: rgb(238, 247, 246);
}

.page18-section3 .title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.page18-section3 .title h2 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 10px;
}

.page18-section3 .title p {
    width: 66.66%;
    margin: auto;
    color: #60697b;
    font-size: 18px;
    line-height: 1.7;
    font-family: font2;
}

.page18-section3 .item-all {
    display: flex;
    flex-wrap: wrap;
}

.page18-section3 .item {
    width: 25%;
    text-align: center;
    margin-top: 50px;
}

.page18-section3 .item h3 {
    font-family: font3;
    font-size: 40px;
    color: var(--themeColor);
    margin-bottom: 10px;
}

.page18-section3 .item p {
    font-family: font2;
    font-size: 16px;
    line-height: 1.7;
    color: #60697b;
}

.page18-btn-all {
    text-align: center;
    margin-top: 60px;
}

.page18-btn-all .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 24px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.page18-btn-all .btn:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.page18-btn-all .btn .iconfont {
    font-weight: bold;
    margin-left: 6px;
    font-size: 16px;
}

.page18-section4 {
    padding: 70px 0;
}

.page18-section4 .item-style1,
.page18-section4 .item-style2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
}

.page18-section4 .item-style1 .left {
    width: 50%;
}

.page18-section4 .item-style1 .right {
    margin-left: 8.33%;
    width: 41.6%;
}

.page18-section4 .item-style2 .left {
    width: 41.6%;
}

.page18-section4 .item-style2 .right {
    margin-left: 8.33%;
    width: 50%;
}

.page18-section4 h2 {
    font-family: font3;
    color: var(--themeColor2);
    line-height: 1.35;
    font-size: 16px;
    margin-bottom: 15px;
}

.page18-section4 h2 .iconfont {
    margin-right: 6px;
    font-weight: bold;
}

.page18-section4 h3 {
    font-family: font3;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 15px;
}

.page18-section4 p {
    line-height: 1.7;
    color: #60697b;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: font2;
}

.page18-section4 a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 24px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.page18-section4 a.btn:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.page18-section4 a.btn .iconfont {
    font-weight: bold;
    margin-left: 6px;
    font-size: 16px;
}

.page18-section5 {
    padding: 70px 0;
    text-align: center;
    background: rgb(238, 247, 246);
}

.page18-section5 h3 {
    font-family: font3;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 80px;
}

.page18-section5 .item-all {
    display: flex;
    flex-wrap: wrap;
}

.page18-section5 .item {
    width: 33.33%;
    padding: 0 35px 35px;
}

.page18-section5 .item h4 {
    line-height: 1.45;
    font-family: font3;
    font-size: 19px;
    margin-bottom: 10px;
}

.page18-section5 .item p {
    margin-bottom: 15px;
    color: #60697b;
    font-size: 16px;
    line-height: 1.65;
    font-family: font2;
    min-height: 190px;
}

.page18-section5 .item a {
    color: var(--themeColor);
    font-size: 16px;
    line-height: 1.65;
    font-family: font3;
    position: relative;
}

.page18-section5 .item a .iconfont {
    margin-left: 6px;
    font-weight: bold;
    color: var(--themeColor);
}

.page18-section6 {
    padding: 70px 0;
    text-align: center;
}

.page18-section6 h3 {
    font-family: font3;
    line-height: 1.3;
    font-size: 36px;
    margin: auto;
    margin-bottom: 35px;
    max-width: 850px;
}

.page18-sectionadd2{
   /* background: rgb(246, 247, 249);  */
   padding: 50px 0 100px;
}

.page18-sectionadd2 .title{
    text-align: center;
    margin-bottom: 50px;
}

.page18-sectionadd2 .title h2{
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 10px;
    text-align: center;
}

.page18-sectionadd2 .item-all{
    /* display: flex;
    justify-content: space-between;
    margin:  0 -30px; */
}

.page18-sectionadd2 .item{
    margin: 30px 30px 0;
    position: relative;
    display: flex;

}

/* .page18-sectionadd2 .item:after{
    content: '';
    background: url("../images/blue_arrow.gif") no-repeat;
    display: block;
    width: 40px;
    height: 16px;
    position: absolute;
    right: -49px;
    top: 76px;
    overflow: hidden;
    background-size: auto 50%;
}

.page18-sectionadd2 .item:last-child:after{
    display: none;
} */

.page18-sectionadd2 .item:nth-child(2) .item-title{
    border-radius: 0 8px 8px 0;
}

.page18-sectionadd2 .item:nth-child(2) .item-con{
    border-radius: 8px 0 0 8px;
}

.page18-sectionadd2  .item-title{
    background: var(--themeColor);
    width: 300px;
    border-radius: 8px 0 0 8px;
}

.page18-sectionadd2  .item-title .p1{
    font-size: 22px;
    padding: 50px 30px 20px;
    display: flex;
    color: #fff;
    font-family: font3;
    line-height: 1.6;
    align-items: center;

}
.page18-sectionadd2  .item-title img{
    display: inline-block;
    margin-right: 10px;
    align-items: center;
}

.page18-sectionadd2  .item-title .p2{
    padding: 0 30px;
    color: #fff;
    font-family: font2;
    line-height: 1.6;
}

.page18-sectionadd2 .item-con{
    background: #fff;
    width: calc(100% - 300px);
    border: 2px solid rgba(8, 60, 130, 0.06);
    border-radius: 0 8px 8px 0;
}

.page18-sectionadd2 .item-con ul{
    padding: 30px 30px 10px 10px;
}

.page18-sectionadd2 .item-con li{
    display: flex;
    margin-bottom: 20px;
}

.page18-sectionadd2 .item-con .sides{
    display: flex;
    width: 50%;
}

.page18-sectionadd2 .item-con .sides i{
    font-size: 22px;
    margin-right: 14px;
    margin-left: 20px;
    line-height: 1.3;
}

.page18-sectionadd2 .item-con .sides p{
    font-family: font3;
    font-size: 16px;
    line-height: 1.6;
}

.page18-sectionadd2 .item-con .sides span{
    font-family: font2;
    color: #999;
    line-height: 1.7;
}

.page18-sectionadd2 .item-con .list-tit{
    font-size: 18px;
    font-family: font3;
    line-height: 1.6;
    color: var(--themeColor);
}

.page18-sectionadd2 .item-list{
    padding: 30px 30px 0;
}

.page18-sectionadd2 .item-list p{
    font-family: font2;
    line-height: 1.7;

}

.page18-sectionadd2 .item-list ul{
    padding: 20px 0 0 0;
}



.page18-section7 .container{
    /*width: 100%;*/
}

.page18-section7  .page18-title{
    text-align: center;
    font-family: font3;
    line-height: 1.3;
    font-size: 36px;
    margin: auto;
    margin-bottom: 10px;
    max-width: 850px;
}

.page18-section7  .title p{
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    font-family: font2;
}

/*.page18-section7 .swiper-wrapper{
    margin-left: -445px;
}*/


.page18-section7 .item-all .item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    border: 1px solid #e0e0e0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.page18-section7 .item {
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
    border-radius: 10px;
}

.page18-section7 .item img{
    border-radius: 10px 10px 0 0;
}

.page18-section7 .item .box-img {
    display: block;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.page18-section7 .item .box-img .layer {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
    font-family: font3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.page18-section7 .item .box-img:hover .layer {
    opacity: 1;
}

.page18-section7 .item .box-img:hover img {
    transform: scale(1.1);
}

.page18-section7 .item .content {
    padding: 25px;
}

.page18-section7 .item .content a.cate {
    font-family: font3;
    font-size: 12px;
    display: inline-flex;
    position: relative;
    margin-left: 28px;
    align-items: center;
    line-height: 1.65;
}

.page18-section7 .item .content a.cate::after {
    content: "";
    position: absolute;
    left: -28px;
    width: 15px;
    height: 1px;
    background: var(--themeColor);
}

.page18-section7 .item .content a {
    transition: all 0.3s ease;
}

.page18-section7 .item .content a:hover {
    color: var(--themeColor);
}

.page18-section7 .item .content h3 {
    font-size: 22px;
    font-family: font3;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 15px;
}

.page18-section7 .item .content .icon-all {
    width: 100%;
    display: flex;
    align-items: center;
}

.page18-section7 .item .content .icon {
    margin-right: 28px;
    color: #aab0bc;
    font-size: 14px;
    font-family: font2;
}

.page18-section7 .item .content .icon:last-child {
    margin-right: 0;
}

.page18-section7 .item .content .icon .iconfont {
    margin-right: 6px;
}

.page18-section7 .swiper{
    margin: 50px 0;
    padding-bottom: 80px;
}

.page18-section7 .swiper-button-prev{
    margin-left: -30px;
}

.page18-section7 .swiper-button-next{
    margin-left: 26px;
}

.page18-section7 .swiper-button-next,.swiper-button-prev{
    width: 44px;
    height: 44px;
    background: var(--themeColor);
    border-radius: 50%;
    text-align: center;
    left: 50%;
    top: inherit;
    bottom: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1200px) {

    .page18-section3 .item h3,
    .page18-title {
        font-size: 32px !important;
    }
}

@media (max-width: 992px) {

    .page18-section3 .item h3,
    .page18-title {
        font-size: 30px !important;
    }

    .page18-section1 .left {
        width: 100%;
    }

    .page18-section1 .left .description {
        padding: 0;
    }

    .page18-section1 .left form,
    .page18-section1 .left .line,
    .page18-section1 .left a.btn {
        width: 100%;
    }

    .page18-section1 .right {
        width: 100%;
    }

    .page18-section4 .item-style2 .left {
        width: 100%;
    }

    .page18-section4 .item-style2 .right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .page18-section4 .item-style1 .left {
        width: 100%;
    }

    .page18-section4 .item-style1 .right {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .page18-sectionadd2 .title{
        margin-bottom: 30px;
    }

    .page18-sectionadd2 .item{
        display: inline;
    }

    .page18-sectionadd2 .item-title{
        width: 100%;
        padding-bottom: 20px;
    }

    .page18-sectionadd2 .item-title .p1{
        padding: 20px 30px 0;
    }

    .page18-sectionadd2 .item-con{
        width: 100%;
    }
}

@media (max-width: 768px) {

    .page18-section3 .item h3,
    .page18-title {
        font-size: 28px !important;
    }

    .page18-section3 .title p {
        width: 100%;
    }

    .page18-section3 .item {
        width: 100%;
        margin-top: 30px;
    }

    .page18-section5 .item {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .page18-section5 h3 {
        margin-bottom: 50px;
    }

    .page18-section5 .item p {
        min-height: unset !important;
    }

}

@media (max-width: 580px) {

    .page18-section3 .item h3,
    .page18-title {
        font-size: 26px !important;
    }
    .page18-sectionadd2 .item-con li{
        display: inline;
    }
    .page18-sectionadd2 .item-con .sides{
        width: 100%;
        margin-bottom: 20px;
    }
}